home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / mc51bugs / q30563 < prev    next >
Text File  |  1988-07-20  |  636b  |  27 lines

  1. Q30563 No Error Generated with Function Returning Undefined Struct
  2. C Compiler
  3. 5.10
  4. MS-DOS
  5.  
  6. Summary:
  7.    The following program defines functions that return structures
  8. that have not been defined, yet the compiler does not generate any
  9. error messages.
  10.  
  11. /*  Code starts here */
  12. struct bar1 foo1();
  13. struct bar1 foo1() { };
  14. struct bar2 foo2();
  15. struct bar3 foo3() { };
  16.  
  17. More Information:
  18.    Microsoft has confirmed this to be a problem in Version 5.10
  19. of the C compiler.
  20.    Microsoft is researching this problem and will post new information
  21. as it becomes available.
  22.  
  23.  
  24.  
  25. Keywords:  buglist5.10
  26. Updated  88/07/21 03:19
  27.